os.ProcessState.rusage (field)
6 uses
os (current package)
exec_posix.go#L84: rusage *syscall.Rusage
exec_posix.go#L105: return p.rusage
exec_unix.go#L77: rusage: &rusage,
exec_unix.go#L168: return time.Duration(p.rusage.Utime.Nano()) * time.Nanosecond
exec_unix.go#L172: return time.Duration(p.rusage.Stime.Nano()) * time.Nanosecond
pidfd_linux.go#L117: rusage: &rusage,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)